--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 4fddc45dbca0aebf715047308c707740b90ac345
Parents : 92d7ba2
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-09-16T20:13:42+02:00
Updated versions
Changes
3 files changed, 4 insertions(+), 4 deletions(-)
Diff
diff --git a/sbapp/buildozer.spec b/sbapp/buildozer.spec
index 53c7c82f..be9541a7 100644
--- a/sbapp/buildozer.spec
+++ b/sbapp/buildozer.spec
@@ -10,7 +10,7 @@ source.exclude_patterns = app_storage/*,venv/*,Makefile,./Makefil*,requirements,
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
-android.numeric_version = 20240913
+android.numeric_version = 20240916
requirements = kivy==2.3.0,libbz2,pillow==10.2.0,qrcode==7.3.1,usb4a,usbserial4a,libwebp,libogg,libopus,opusfile,numpy,cryptography,ffpyplayer,codec2,pycodec2,sh,pynacl
diff --git a/sbapp/main.py b/sbapp/main.py
index 143e45e6..17aac372 100644
--- a/sbapp/main.py
+++ b/sbapp/main.py
@@ -1,6 +1,6 @@
__debug_build__ = False
__disable_shaders__ = False
-__version__ = "0.9.5"
+__version__ = "0.9.6"
__variant__ = "beta"
import sys
diff --git a/setup.py b/setup.py
index 518fd2d7..4a2988cf 100644
--- a/setup.py
+++ b/setup.py
@@ -96,8 +96,8 @@ setuptools.setup(
]
},
install_requires=[
- "rns>=0.7.7",
- "lxmf>=0.5.1",
+ "rns>=0.7.8",
+ "lxmf>=0.5.2",
"kivy>=2.3.0",
"pillow>=10.2.0",
"qrcode",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────